google.golang.org/grpc.ccBalancerWrapper.resultCh (field)

5 uses

	google.golang.org/grpc (current package)
		balancer_conn_wrappers.go#L61: 	resultCh *buffer.Unbounded // Results of calls to UpdateClientConnState() are pushed here.
		balancer_conn_wrappers.go#L72: 		resultCh: buffer.NewUnbounded(),
		balancer_conn_wrappers.go#L159: 	case res = <-ccb.resultCh.Get():
		balancer_conn_wrappers.go#L160: 		ccb.resultCh.Load()
		balancer_conn_wrappers.go#L192: 	ccb.resultCh.Put(ccb.balancer.UpdateClientConnState(*ccs))